466 research outputs found

    Soft Biometrics: Globally Coherent Solutions for Hair Segmentation and Style Recognition based on Hierarchical MRFs

    Get PDF
    Markov Random Fields (MRFs) are a populartool in many computer vision problems and faithfully modela broad range of local dependencies. However, rooted in theHammersley-Clifford theorem, they face serious difficulties inenforcing the global coherence of the solutions without using toohigh order cliques that reduce the computational effectiveness ofthe inference phase. Having this problem in mind, we describea multi-layered (hierarchical) architecture for MRFs that isbased exclusively in pairwise connections and typically producesglobally coherent solutions, with 1) one layer working at the local(pixel) level, modelling the interactions between adjacent imagepatches; and 2) a complementary layer working at theobject(hypothesis) level pushing toward globally consistent solutions.During optimization, both layers interact into an equilibriumstate, that not only segments the data, but also classifies it.The proposed MRF architecture is particularly suitable forproblems that deal with biological data (e.g., biometrics), wherethe reasonability of the solutions can be objectively measured.As test case, we considered the problem of hair / facial hairsegmentation and labelling, which are soft biometric labels usefulfor human recognitionin-the-wild. We observed performancelevels close to the state-of-the-art at a much lower computationalcost, both in the segmentation and classification (labelling) tasksinfo:eu-repo/semantics/publishedVersio

    IRINA: Iris Recognition (even) in Inacurately Segmented Data

    Get PDF
    The effectiveness of current iris recognition systems de-pends on the accurate segmentation and parameterisationof the iris boundaries, as failures at this point misalignthe coefficients of the biometric signatures. This paper de-scribesIRINA, an algorithm forIrisRecognition that is ro-bust againstINAccurately segmented samples, which makesit a good candidate to work in poor-quality data. The pro-cess is based in the concept of ”corresponding” patch be-tween pairs of images, that is used to estimate the posteriorprobabilities that patches regard the same biological region,even in case of segmentation errors and non-linear texturedeformations. Such information enables to infer a free-formdeformation field (2D registration vectors) between images,whose first and second-order statistics provide effective bio-metric discriminating power. Extensive experiments werecarried out in four datasets (CASIA-IrisV3-Lamp, CASIA-IrisV4-Lamp, CASIA-IrisV4-Thousand and WVU) and showthat IRINA not only achieves state-of-the-art performancein good quality data, but also handles effectively severe seg-mentation errors and large differences in pupillary dilation/ constriction.info:eu-repo/semantics/publishedVersio

    A Leopard Cannot Change Its Spots: Improving Face Recognition Using 3D-based Caricatures

    Get PDF
    Caricatures refer to a representation of aperson in which the distinctive features are deliberatelyexaggerated, with several studies showing that humansperform better at recognizing people from caricaturesthan using original images. Inspired by this observa-tion, this paper introduces the first fully automatedcaricature-based face recognition approach capable ofworking with data acquired in the wild. Our approachleverages the 3D face structure from a single 2D imageand compares it to a reference model for obtaininga compact representation of face features deviations.This descriptor is subsequently deformed using a ’mea-sure locally, weight globally’ strategy to resemble thecaricature drawing process. The deformed deviationsare incorporated in the 3D model using the Laplacianmesh deformation algorithm, and the 2D face cari-cature image is obtained by projecting the deformedmodel in the original camera-view. To demonstratethe advantages of caricature-based face recognition, wetrain the VGG-Face network from scratch using eitheroriginal face images (baseline) or caricatured images,and use these models for extracting face descriptorsfrom the LFW, IJB-A and MegaFace datasets. The ex-periments show an increase in the recognition accuracywhen using caricatures rather than original images.Moreover, our approach achieves competitive resultswith state-of-the-art face recognition methods, evenwithout explicitly tuning the network for any of theevaluation sets.info:eu-repo/semantics/publishedVersio

    Fusing Vantage Point Trees and Linear Discriminants for Fast Feature Classification

    Get PDF
    This paper describes a classification strategy that can be regarded as amore general form of nearest-neighbor classification. It fuses the concepts ofnearestneighbor,linear discriminantandVantage-Pointtrees, yielding an efficient indexingdata structure and classification algorithm. In the learning phase, we define a set ofdisjoint subspaces of reduced complexity that can be separated by linear discrimi-nants, ending up with an ensemble of simple (weak) classifiers that work locally. Inclassification, the closest centroids to the query determine the set of classifiers con-sidered, which responses are weighted. The algorithm was experimentally validatedin datasets widely used in the field, attaining error rates that are favorably compara-ble to the state-of-the-art classification techniques. Lastly, the proposed solution hasa set of interesting properties for a broad range of applications: 1) it is determinis-tic; 2) it classifies in time approximately logarithmic with respect to the size of thelearning set, being far more efficient than nearest neighbor classification in terms ofcomputational cost; and 3) it keeps the generalization ability of simple models.info:eu-repo/semantics/publishedVersio

    Deep-PRWIS: Periocular Recognition Without the Iris and Sclera Using Deep Learning Frameworks

    Get PDF
    This work is based on a disruptive hypothesisfor periocular biometrics: in visible-light data, the recognitionperformance is optimized when the components inside the ocularglobe (the iris and the sclera) are simply discarded, and therecogniser’s response is exclusively based in information fromthe surroundings of the eye. As major novelty, we describe aprocessing chain based on convolution neural networks (CNNs)that defines the regions-of-interest in the input data that should beprivileged in an implicit way, i.e., without masking out any areasin the learning/test samples. By using an ocular segmentationalgorithm exclusively in the learning data, we separate the ocularfrom the periocular parts. Then, we produce a large set of”multi-class” artificial samples, by interchanging the periocularand ocular parts from different subjects. These samples areused for data augmentation purposes and feed the learningphase of the CNN, always considering as label the ID of theperiocular part. This way, for every periocular region, the CNNreceives multiple samples of different ocular classes, forcing itto conclude that such regions should not be considered in itsresponse. During the test phase, samples are provided withoutany segmentation mask and the networknaturallydisregardsthe ocular components, which contributes for improvements inperformance. Our experiments were carried out in full versionsof two widely known data sets (UBIRIS.v2 and FRGC) and showthat the proposed method consistently advances the state-of-the-art performance in theclosed-worldsetting, reducing the EERsin about 82% (UBIRIS.v2) and 85% (FRGC) and improving theRank-1 over 41% (UBIRIS.v2) and 12% (FRGC).info:eu-repo/semantics/publishedVersio

    Classified advertisements platform for academic environment

    Get PDF
    Nowadays web based applications represent an important role in business success, fast global advertisement of products, easy management and internal organization and fast information access are values that have shown decisive for a correct and supported organizations development. This essay describes a project work carried out in the academic environment, with open source tools, in order to develop a classified advertisement platform using web technologies, namely JSP, XML and JavaBeans. The application aims at supplying a set of functionalities related to students and products management, businesses management and the presentation of products between the students themselves. Thus this article presents the methodology followed since the modeling of the application process and the development of a data model that corresponds to the identified needs during the modeling phase of the processes, until the system implementation

    A Reminiscence of ”Mastermind”: Iris/Periocular Biometrics by ”In-Set” CNN Iterative Analysis

    Get PDF
    Convolutional neural networks (CNNs) have emerged as the most popular classification models in biometrics research. Under the discriminative paradigm of pattern recognition, CNNs are used typically in one of two ways: 1) verification mode (”are samples from the same person?”), where pairs of images are provided to the network to distinguish between genuine and impostor instances; and 2) identification mode (”whom is this sample from?”), where appropriate feature representations that map images to identities are found. This paper postulates a novel mode for using CNNs in biometric identification, by learning models that answer to the question ”is the query’s identity among this set?”. The insight is a reminiscence of the classical Mastermind game: by iteratively analysing the network responses when multiple random samples of k gallery elements are compared to the query, we obtain weakly correlated matching scores that - altogether - provide solid cues to infer the most likely identity. In this setting, identification is regarded as a variable selection and regularization problem, with sparse linear regression techniques being used to infer the matching probability with respect to each gallery identity. As main strength, this strategy is highly robust to outlier matching scores, which are known to be a primary error source in biometric recognition. Our experiments were carried out in full versions of two well known irises near-infrared (CASIA-IrisV4-Thousand) and periocular visible wavelength (UBIRIS.v2) datasets, and confirm that recognition performance can be solidly boosted-up by the proposed algorithm, when compared to the traditional working modes of CNNs in biometrics.info:eu-repo/semantics/publishedVersio

    Water supply remote monitoring system: a case study

    Get PDF
    In recent years, there has been enormous research interest in natural resources monitoring. So, there is a need to develop easily accessible, cheap and reliable information systems for monitoring and early warning, which could be used in most natural resources. This paper presents an ongoing information system development that aims the monitoring and supervising of some parameters on water supply, such as quality and quantity. To implement our system we use several technologies in order to monitoring about 100 water tanks in an area of ±1000 Km2. In these technologies is included GSM communication, web infrastructure and sensing equipment that allows the access of information from any place of the world. In paper sections the main blocks of the system architecture are described in detail

    Fracturas dos ossos longos “um projecto para o futuro”

    Get PDF
    Os autores dividem as fracturas dos ossos longos em níveis; classificam as fracturas dos diferentes níveis; traçam normas de conduta terapêutica para cada fractura, e propõem um método de classificação dos resultados com base em parâmetros que avaliam todo um membro, e não apenas o aspecto radiológico da fractura. Pretendem, desta forma, uniformizar a classificação das fracturas e dos resultados, de modo a tornar possível a computorização das histórias clínicas
    corecore